From: Antoine Musso Date: Sat, 8 Jan 2011 13:06:17 +0000 (+0000) Subject: Removes $wgSecureLoginStickHTTPS which was never really used X-Git-Tag: 1.31.0-rc.0~32698 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=5e8d44ac02295d9234cbbf08d419a2359cb64ada;p=lhc%2Fweb%2Fwiklou.git Removes $wgSecureLoginStickHTTPS which was never really used Follow up r75585 --- diff --git a/HISTORY b/HISTORY index 3a1f138747..774fb91d5e 100644 --- a/HISTORY +++ b/HISTORY @@ -67,7 +67,7 @@ LocalSettings.php. The specific bugs are listed below in the general notes. without having to move LocalSettings.php * The FailFunction "error handling" method has now been removed * $wgAdditionalMailParams added to allow setting extra options to mail() calls. -* $wgSecureLogin & $wgSecureLoginStickHTTPS to optionaly login using HTTPS +* $wgSecureLogin to optionaly login using HTTPS * (bug 25728) Added $wgPasswordSenderName to allow customise the name associed with $wgPasswordSender * Sysops now have the "suppressredirect" right by default diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 5aa0193c90..ebd1b3f00a 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3107,11 +3107,6 @@ $wgAllowPrefChange = array(); * @since 1.17 */ $wgSecureLogin = false; -/** - * Default for 'use secure login' checkbox - * @since 1.17 - */ -$wgSecureLoginStickHTTPS = false; /** @} */ # end user accounts }